The circle is the first shape a child draws and the last shape mathematics ever finishes explaining. It is defined by a single number — its radius — yet it encodes π, the trigonometric functions, the complex exponential, Fourier analysis, and the fundamental group of the punctured plane. This page traces that expansion from a compass-drawn curve to the 1-dimensional manifold S¹.
1. Euclidean Geometry: Definition, π, and the Impossible Square
Euclid, Book I, Definition 15: "A circle is a plane figure contained by one line such that all the straight lines falling upon it from one point among those lying within the figure are equal to one another." That point is the center, the equal lines are radii. For the Greeks, this was perfection: complete symmetry under rotation, no beginning or end, the shape of cosmic order.
From this definition follows the entire Euclidean theory. A chord cuts the circle at two points; the longest chord through the center is the diameter d = 2r. A line touching at exactly one point is a tangent, perpendicular to the radius at the point of contact. The central angle theorem states that an inscribed angle subtending an arc is half the central angle — the basis for Thales' theorem that an angle in a semicircle is right.
The constancy of shape implies two universal ratios. For any circles, circumference C is proportional to diameter: C/d = π. Likewise area A is proportional to r²: A/r² = π. That the same constant appears is not coincidence; Archimedes proved it by exhaustion.
He imagined regular polygons inside and outside the circle. A hexagon inscribed has perimeter 6r = 3d, so π > 3. By repeatedly doubling sides to 12, 24, 48, 96, he squeezed the circle. With 96-gons he proved 223/71 < π < 22/7, that is 3.1408 < π < 3.1429. The method is the ancestor of the integral: bound a curve by simpler shapes and take a limit.
The Area Proof
Cut the circle into many thin sectors and rearrange them alternately to form a near-parallelogram of height r and base half the circumference. As the sectors become infinitesimal, the shape becomes exact: A = (C/2)·r = (2πr/2)·r = πr². This intuition became rigorous 2,000 years later.
π itself resisted arithmetic. The Egyptians used (16/9)² ≈ 3.1605. Babylonians used 3.125. Aryabhata (499 CE) gave 3.1416. Madhava in Kerala (c. 1400) discovered the infinite series π/4 = 1 − 1/3 + 1/5 − 1/7 + …, two centuries before Leibniz. Ludolph van Ceulen spent his life computing 35 digits (1596), engraved on his tombstone.
In 1761 Lambert proved π is irrational: it cannot be a fraction. In 1882 Lindemann proved it is transcendental: it is not the root of any non-zero polynomial with integer coefficients. Therefore squaring the circle — constructing a square of equal area with compass and straightedge — is impossible, because it would require constructing √π.
Constructions
With compass and straightedge you can construct a circle through any three non-collinear points (intersection of perpendicular bisectors), bisect any arc, and construct tangents from an exterior point. Gauss proved at 19 that a regular 17-gon is constructible because 17 is a Fermat prime. In general, a regular n-gon is constructible iff n = 2^k·p₁·p₂… where the p_i are distinct Fermat primes. The circle is thus deeply tied to number theory.
2. Analytic Geometry: The Equation
Descartes' revolution (1637) turned geometry into algebra. Place the center at (a,b). By Pythagoras, a point (x,y) lies on the circle iff its distance to the center is r:
(x − a)² + (y − b)² = r²
Expanded: x² + y² + Dx + Ey + F = 0 with D = −2a, E = −2b, F = a² + b² − r². Completing the square recovers center (−D/2, −E/2) and radius √(a² + b² − F). The condition for a real circle is D² + E² − 4F > 0.
This form makes intersections easy. Two circles intersect where their equations subtract to a linear equation — the radical axis — perpendicular to the line of centers. Three circles pairwise give three radical axes concurrent at the radical center.
Tangents Algebraically
For point (x₁,y₁) on the circle, replace x² by x·x₁ and y² by y·y₁ (the "T" substitution): (x₁−a)(x−a)+(y₁−b)(y−b)=r². For the unit circle at origin, this simplifies to x₁x + y₁y = 1. The slope is −(x₁−a)/(y₁−b), confirming perpendicularity to radius.
The power of a point P at distance d from center is Pow(P)=d²−r². If a line through P meets the circle at A,B then PA·PB = |Pow(P)|, positive outside, negative inside. This unifies intersecting-chords and secant-tangent theorems.
Parametrization avoids square roots: (x,y) = (a + r cos t, b + r sin t), t∈[0,2π). A rational parametrization, from stereographic projection of the unit circle from (−1,0), is x = (1−t²)/(1+t²), y = 2t/(1+t²). For rational t you get Pythagorean triples.
3. Trigonometry and the Unit Circle
Hipparchus made tables of chords; Indians replaced chords with half-chords — jya, our sine. Euler finally settled notation in 1748. The decisive step was making the circle radius 1.
Define the unit circle x²+y²=1. Travel counterclockwise arc length θ from (1,0). Your coordinates are (cos θ, sin θ). This defines sine and cosine for all real θ, not just acute triangles. The arc length on a unit circle is the radian measure — the only angle unit where d/dθ sin θ = cos θ exactly, with no scaling constant.
Periodicity is symmetry: rotating by 2π returns. sin(θ+2π)=sinθ. Even-odd: cos(−θ)=cosθ, sin(−θ)=−sinθ. The Pythagorean identity is the circle itself: cos²θ + sin²θ = 1.
Angle addition follows from rotation matrices: rotating by α then β is same as by α+β. Multiplying [cos α −sin α; sin α cos α] by the β-matrix yields cos(α+β)=cosα cosβ − sinα sinβ, sin(α+β)=sinα cosβ+cosα sinβ. All identities derive from this.
| Identity | Form | Geometric meaning |
|---|---|---|
| Pythagorean | sin²+cos²=1 | Point stays on unit circle |
| Double-angle | cos2θ=cos²−sin² | Duplicate rotation |
| Euler (preview) | e^{iθ}=cosθ+i sinθ | Complex rotation |
| Law of cosines | c²=a²+b²−2ab cos C | Generalized Pythagoras |
4. Calculus: Length, Area, Curvature
Calculus makes Archimedes' exhaustion exact. For y = √(r²−x²), upper semicircle, dy/dx = −x/√(r²−x²). Arc length element ds = √(1+(dy/dx)²)dx = r/√(r²−x²) dx. Integrate from −r to r: L = ∫ ds = r[arcsin(x/r)]_{-r}^{r} = πr. Double for full circle: 2πr.
Area via single integral: A = 2∫_{-r}^{r} √(r²−x²) dx. Substitute x = r sin t, dx = r cos t dt, limits −π/2 to π/2: A = 2∫ r² cos²t dt = r²∫(1+cos2t)dt = πr².
Simpler with polar coordinates: area element dA = ½ r² dθ (sector). Integrate θ 0→2π: A = ½ r²·2π = πr². Green’s theorem gives same: A = ½ ∮(x dy − y dx) = ½∮r² dθ.
Parametric speed is constant: |c'(t)| = r for c(t)=(r cos t, r sin t). Curvature κ = |c'×c''|/|c'|³ = 1/r, constant. The circle is the only plane curve with constant non-zero curvature (up to translation).
The isoperimetric inequality states that for any closed curve length L enclosing area A, 4πA ≤ L², with equality only for the circle. Proof uses Fourier series or calculus of variations: the circle uniquely maximizes area for given perimeter — why bubbles are round.
5. Complex Analysis: Euler’s Formula
Identify the plane with ℂ. The unit circle is U = { z ∈ ℂ : |z| = 1 }. Multiplication by a unit complex number rotates: |zw|=|z||w| preserves radius.
Write z = x+iy. The power series e^z = Σ z^n/n! converges everywhere. Restrict to imaginary axis: e^{iθ}= Σ (iθ)^n/n! = (1 − θ²/2! + θ⁴/4! − …) + i(θ − θ³/3! + …) = cos θ + i sin θ. This is Euler’s formula, 1748.
Consequences are immediate: e^{i(θ+φ)} = e^{iθ}e^{iφ} encodes angle addition. e^{iπ} = −1 links five constants. De Moivre: (cosθ+i sinθ)^n = cos nθ + i sin nθ. The n-th roots of unity are vertices of a regular n-gon: ζ_k = e^{2πik/n}, k=0…n−1, solutions to z^n=1.
Integrals around the circle become trivial: ∮_{|z|=1} z^n dz = 0 for n≠−1, and =2πi for n=−1. In general ∮ f(z) dz = 2πi·(sum of residues inside). For f(z)=1/z, the integral counts winding around 0.
Möbius transformations z ↦ (az+b)/(cz+d) map circles and lines to circles and lines in the Riemann sphere. They are the automorphisms of the circle preserving cross-ratio.
6. Topology: S¹ and the Winding Number
Topologists denote the circle S¹ = ℝ/ℤ, the real line modulo integers, or {(x,y)∈ℝ²: x²+y²=1}. It is compact, connected, path-connected, 1-dimensional manifold, but not simply connected.
Its universal cover is p: ℝ → S¹, p(t)=e^{2πit}. The real line wraps infinitely around. Path lifting says any loop γ: [0,1]→S¹ with γ(0)=γ(1) lifts uniquely to γ̃ with p∘γ̃=γ. The integer γ̃(1)−γ̃(0) is the degree or winding number.
Thus the fundamental group π₁(S¹) ≅ ℤ. Loops are classified by how many times they wind, with sign for direction. Two loops are homotopic iff they have same winding. This integer is homotopy invariant — you cannot unwind a loop around a hole without crossing it.
Analytically, winding number of closed curve γ around point a∉γ is:
W(γ,a) = (1/2πi) ∮_γ dz/(z−a) = (1/2π) Δ_γ arg(z−a)
It is integer-valued, constant on components of complement, jumps by ±1 crossing γ. It appears in Cauchy's integral formula, the argument principle (number of zeros minus poles inside), Rouché's theorem, and the fundamental theorem of algebra.
S¹ also carries group structure under complex multiplication, making it a Lie group U(1). Its cohomology H¹(S¹;ℤ)=ℤ classifies maps to the circle — the origin of degree theory.
7. Higher Dimensions: Spheres
The circle generalizes to the n-sphere Sⁿ = {x∈ℝ^{n+1}: ||x||=r}. S¹ is the 1-sphere, ordinary sphere surface is S².
Volume and surface area involve the gamma function Γ: for radius r,
Surface(Sⁿ) = 2π^{(n+1)/2} / Γ((n+1)/2) · rⁿ
Vol(B^{n+1}) = Surface/(n+1)
For n=1: circumference 2πr. n=2: area 4πr², volume 4/3πr³. n=3: "surface" of 3-sphere is 2π²r³.
Stereographic projection maps Sⁿ minus north pole bijectively to ℝⁿ, preserving circles. The Hopf fibration S³→S² partitions the 3-sphere into linked circles, each fiber a great circle. It models qubit states in quantum mechanics.
All Sⁿ for n≥2 are simply connected (π₁=0), unlike S¹. S² has π₂=ℤ, leading to hairy-ball theorem: no continuous non-vanishing tangent vector field on even-dimensional spheres.
8. Applications: From Fourier to π
Fourier Analysis. A function on the circle is 2π-periodic on ℝ. Write f(θ)= Σ_{k∈ℤ} c_k e^{ikθ}. The basis e^{ikθ} are eigenfunctions of d²/dθ² with eigenvalue −k². Fourier series solve the heat equation on a ring, model sound, and underpin the discrete Fourier transform used in every phone.
The circle's symmetry makes convolution diagonal: (f∗g)^̂ = f̂·ĝ. This is why circular convolution becomes pointwise multiplication in frequency domain.
Physics. Uniform circular motion projects to simple harmonic motion: x(t)=r cos ωt satisfies x''+ω²x=0. Centripetal acceleration a=v²/r points to center. Planetary orbits are perturbed circles/ellipses.
Probability. Buffon's needle: drop needle length ℓ on lines spaced d>ℓ; probability of crossing = 2ℓ/(πd). So π can be estimated by random drops — Monte Carlo integration. The normal distribution in 2D is radially symmetric: density ∝ e^{−r²/2}, integral over plane gives 2π, linking Gaussian integral to π.
Engineering. Gears, bearings, wheels rely on constant distance property. Circular interpolation (G-code G02/G03) drives CNC machines. Bresenham's circle algorithm rasterizes using only integers.
Computing π. Modern records use Chudnovsky series (1987): 1/π = 12 Σ (−1)^k (6k)! (13591409+545140134k) / [(3k)!(k!)³ 640320^{3k+3/2}], each term adds ~14 digits. As of 2024, >10¹⁴ digits are known, testing hardware, not geometry.
The circle begins as Euclid's definition and ends as the space of phases, the classifier of loops, the carrier of Fourier modes, the perfect isoperimetrix. From a child's compass to π₁(S¹)=ℤ, it remains mathematics' simplest closed curve — and its richest.
Computational Appendix — Octave/MATLAB Scripts
Copy-paste into Octave (free) or MATLAB. No toolboxes required.
1. Monte Carlo estimation of π
% monte_pi.m — estimate pi by random points in square
N = 1e6;
x = rand(N,1)*2-1; y = rand(N,1)*2-1;
inside = (x.^2 + y.^2) <= 1;
pi_est = 4*sum(inside)/N;
fprintf('pi ≈ %.6f, error %.2e\n', pi_est, abs(pi-pi_est));
% Visualize
plot(x(inside), y(inside), '.', x(~inside), y(~inside), '.'); axis equal;
2. Archimedes polygon bounds
% archimedes.m
for k=2:8
n = 6*2^k;
low = n*sin(pi/n); % inscribed
high = n*tan(pi/n); % circumscribed
fprintf('%3d-gon: %.10f < pi < %.10f, width=%.2e\n', n, low, high, high-low);
end
3. Area by numerical integration
% area_quad.m
r = 1; f = @(x) sqrt(r^2 - x.^2);
N = 10000; x = linspace(-r, r, N);
A = 2*trapz(x, f(x)); % trapezoidal rule
fprintf('Numeric area = %.12f, error = %.2e\n', A, abs(A - pi*r^2));
4. Parametric circle and curvature
% param_circle.m
t = linspace(0,2*pi,400);
r=2; x = r*cos(t); y = r*sin(t);
xp = -r*sin(t); xpp = -r*cos(t);
yp = r*cos(t); ypp = -r*sin(t);
kappa = abs(xp.*ypp - yp.*xpp)./(xp.^2+yp.^2).^(3/2);
plot(x,y); axis equal; title(sprintf('mean curvature = %.4f (1/r=%.4f)', mean(kappa),1/r));
5. Fourier series on the circle — square wave
% fourier_square.m
t = linspace(-pi, pi, 2000);
f = sign(sin(t));
hold on; plot(t,f,'k','LineWidth',1.5);
for K = [1 3 5 15 51]
s = zeros(size(t));
for k=1:2:K
s += 4/(pi*k) * sin(k*t);
end
plot(t,s);
end
legend('square','1','1+3','...+5','...+15','...+51'); axis([-pi pi -1.5 1.5]);
6. Euler's formula orbit
% euler_orbit.m
theta = linspace(0, 4*pi, 800);
z = exp(1i*theta);
plot(real(z), imag(z)); axis equal; grid on;
title('z = e^{i\theta}, two windings around unit circle');
% Roots of unity
n=7; zeta = exp(2*pi*1i*(0:n-1)/n);
hold on; plot(real(zeta), imag(zeta), 'ro','MarkerSize',8);